home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineSprite_2218 / frame_4 / DoAction.as < prev   
Encoding:
Text File  |  2004-09-30  |  1.0 KB  |  54 lines

  1. if(B1A)
  2. {
  3.    Text1 = "{invalid_utf8=200}ek{invalid_utf8=225}{invalid_utf8=154} tu dlouho?";
  4.    if(_root.menu.eng)
  5.    {
  6.       Text1 = "Have you been waiting here long time?";
  7.    }
  8. }
  9. else
  10. {
  11.    Text1 = "";
  12.    setProperty("But1", _visible, false);
  13. }
  14. if(B1B)
  15. {
  16.    Text2 = "D{invalid_utf8=225}{invalid_utf8=154} si skleni{invalid_utf8=232}ku?";
  17.    if(_root.menu.eng)
  18.    {
  19.       Text2 = "Do you like drink?";
  20.    }
  21. }
  22. else
  23. {
  24.    Text2 = "";
  25.    setProperty("But2", _visible, false);
  26. }
  27. if(B1C)
  28. {
  29.    Text3 = "To se n{invalid_utf8=225}m letos povedlo po{invalid_utf8=232}as{invalid_utf8=237}, co?";
  30.    if(_root.menu.eng)
  31.    {
  32.       Text3 = "It\'s nice weather this year, isn\'t it?";
  33.    }
  34. }
  35. else
  36. {
  37.    Text3 = "";
  38.    setProperty("But3", _visible, false);
  39. }
  40. Text4 = "Budu muset j{invalid_utf8=237}t";
  41. if(_root.menu.eng)
  42. {
  43.    Text4 = "I have to go.";
  44. }
  45. But1.Varianta = "A";
  46. But2.Varianta = "B";
  47. But3.Varianta = "C";
  48. But4.Varianta = "D";
  49. Level = "1";
  50. But1.Enabled = B1A;
  51. But2.Enabled = B1B;
  52. But3.Enabled = B1C;
  53. But4.Enabled = B1D;
  54.